Add -v to packaged version string#2989
Merged
rv-jenkins merged 1 commit intodevelopfrom Oct 13, 2022
Merged
Conversation
1e934d4 to
d989d26
Compare
radumereuta
approved these changes
Oct 13, 2022
Contributor
radumereuta
left a comment
There was a problem hiding this comment.
Right. Didn't notice that.
5 tasks
radumereuta
pushed a commit
that referenced
this pull request
Nov 10, 2022
…2464) * haskell-backend/src/main/native/haskell-backend: 055af82f0 - Disable kwasm regression tests due to wasm-semantics/#447 (#2986) * haskell-backend/src/main/native/haskell-backend: fceeb0e8b - Remove anti-left pattern from internal representation of rules (#2989) * haskell-backend/src/main/native/haskell-backend: ed00c9944 - Add note on LLVM 12 (#2988)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes the second complaint in #2915 (namely, that the packaged version string reported by the K tools doesn't have
vin front of it).